home *** CD-ROM | disk | FTP | other *** search
/ Educational Software Cooperative 4 / Educational Software Cooperative 4.iso / lights22 / weep.cpr / SS_CDEMO.DEF < prev    next >
Text File  |  1995-06-22  |  374b  |  16 lines

  1. LIBRARY         ss_cDemo
  2. DESCRIPTION    'Example for LGD'
  3. EXETYPE        WINDOWS
  4. CODE           PRELOAD MOVEABLE DISCARDABLE
  5. DATA           PRELOAD MOVEABLE SINGLE
  6. HEAPSIZE       2048
  7.  
  8. IMPORTS        LgdDefProc=lm_util.LgdDefProc
  9.  
  10. EXPORTS
  11.     WindowProc
  12.     ScreenSaverID      @17
  13.     ScreenSaverOptions @18
  14.     ScreenSaver        @19
  15.     ScreenSaverAbout   @20
  16.